home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / misc / gfx_demo / box < prev    next >
Encoding:
Text File  |  1995-03-25  |  840 b   |  40 lines

  1.         / this is a comment
  2.         6                               / # poly
  3.         8                               / # vertex
  4.  
  5.  
  6.          0.5  0.5 -0.5                  /vertex list
  7.         -0.5  0.5 -0.5
  8.         -0.5 -0.5 -0.5
  9.          0.5 -0.5 -0.5
  10.          0.5  0.5 0.5
  11.         -0.5  0.5 0.5
  12.         -0.5 -0.5 0.5
  13.          0.5 -0.5 0.5
  14.          
  15.                                         /polygon list
  16.  
  17.         1                        /texture
  18.         1.0 0.0 0.0              /normal vector
  19.         7 4 3 0                 /index in to the vertex list
  20.  
  21.         3
  22.         0.0 1.0 0.0
  23.         4 5 0 1
  24.  
  25.          5
  26.          -1.0 0.0 0.0
  27.          5 6 1 2
  28.  
  29.          7
  30.          0.0 -1.0 0.0
  31.          6 7 2 3
  32.  
  33.         9
  34.         0.0 0.0 1.0
  35.         4 7 5 6
  36.  
  37.         11
  38.         0.0 0.0 -1.0
  39.         3 0 2 1
  40.